In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / AddFreeHandAnnotInteractive_2 Method

AddFreeHandAnnotInteractive_2 Method (GdViewer)

In This Topic
Syntax
'Declaration
 
Public Sub AddFreeHandAnnotInteractive_2( _
   ByVal BorderColor As Integer, _
   ByVal BorderWidth As Single, _
   ByVal Opacity As Single, _
   ByVal ContinuousMode As Boolean _
) 
public void AddFreeHandAnnotInteractive_2( 
   int BorderColor,
   float BorderWidth,
   float Opacity,
   bool ContinuousMode
)
public procedure AddFreeHandAnnotInteractive_2( 
    BorderColor: Integer;
    BorderWidth: Single;
    Opacity: Single;
    ContinuousMode: Boolean
); 
public function AddFreeHandAnnotInteractive_2( 
   BorderColor : int,
   BorderWidth : float,
   Opacity : float,
   ContinuousMode : boolean
);
public: void AddFreeHandAnnotInteractive_2( 
   int BorderColor,
   float BorderWidth,
   float Opacity,
   bool ContinuousMode
) 
public:
void AddFreeHandAnnotInteractive_2( 
   int BorderColor,
   float BorderWidth,
   float Opacity,
   bool ContinuousMode
) 

Parameters

BorderColor
BorderWidth
Opacity
ContinuousMode
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members